home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
internet
/
fscr40.zip
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-01
|
433b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem From Scratch internet ready recipe program - Windows, v4.0
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause